home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3 / CHAPTE19 / END.H < prev    next >
Text File  |  1996-04-29  |  567b  |  25 lines

  1.  
  2.  
  3. #define IDM_EXIT             100
  4.  
  5. #define IDM_OPEN             201
  6. #define IDM_OPEN_DIALOG      202
  7. #define IDM_CLOSE            203
  8.                              
  9. #define IDM_PLAY             204
  10. #define IDM_PLAY_REVERSE     205
  11. #define IDM_STOP             208
  12.  
  13. #define IDM_HOME             221
  14. #define IDM_END              222
  15.  
  16. #define IDM_ABOUT            300
  17.  
  18. #define DLG_VERFIRST         400
  19. #define DLG_VERLAST          404
  20.  
  21. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  22. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  23.  
  24.  
  25.